home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / os.530 < prev    next >
Text File  |  1992-02-06  |  875b  |  25 lines

  1. NFS mounting fails
  2.  
  3. Q: I've exported a directory from a file server.  Some machines (perhaps) can mount that directory successfully, others cannot, getting a message like:
  4.  
  5.     Access denied for server:/directory
  6.  
  7. The directory on the server is exported for universal access (e.g., the line in the exports file looks something like
  8.  
  9.         /directory    -ro
  10.  
  11. granting any machine read-only access rights).  What's going on?
  12.  
  13. A:  What's likely wrong here is that the server doesn't know about the client.  Check the appropriate hosts databases (the machines directory in NetInfo, for example) in all applicable domains.  The client must appear in there somewhere.
  14.  
  15. This typically will not be seen in a two-level NetInfo hierarchy, but could be seen in a three-level hierarchy.
  16.  
  17. This feature is an important part of NFS security, and is not a bug.
  18.  
  19. QA530
  20.  
  21. Valid for 1.0 
  22. Valid for 2.0 
  23.  
  24.  
  25.